Previous Method Name |
It denotes the name of the method that should be used by the model for fetching the previous set of business objects from the application service.
Syntax
Designtime |
This is a design-time property and can be set through the property sheet of the model. |
Remarks
This property is used for specifying the ID of the method that the model uses for fetching the previous set of records from the database.
Model can be specified using three methods - Get(), Next(), and Previous(). You can use the Zoom button of the corresponding field to specify each method.
The Next() and Previous() methods are used for navigation of business objects. If the Next() method is specified in the model properties, its request will be sent to the application service by default. If it is not available, then the Get() method will be executed, by default, when the form loads.
The Previous() method is used for getting the set of business objects previous to the current set available in the model. The number of retrieved business objects equals the iterator size.